home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MTV32.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  47 lines

  1. ; Multi-Tech MultiModem V.32
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;        4 Switch Bank 1 2 3 4
  6. ;                      D U D D
  7. ;        8 Switch Bank 1 2 3 4 5 6 7 8
  8. ;                      U U D U D U U D
  9. ;
  10. ; This jumper INSIDE the modem also needs to be changed:
  11. ;        RTS/CTS so that the jumper it on the CTS side.
  12. ;
  13. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  14. ; program, type the following lines and press ENTER after each.  Then
  15. ; exit and restart TE/2.
  16. ;
  17. ;       AT&F
  18. ;       AT&C1&D2B1E1M1Q0V1X4
  19. ;       AT&E1&E4&E8&E10&E13&E15
  20. ;       AT$MB9600$SB19200$BA0&W0 ($MB14400)
  21. ;
  22. ; NOTES: Set ALL dialing directory entries to 19200 baud
  23. ;        Data compression is enabled via AT&E15
  24.  
  25. Baud          19200
  26. Parity        N
  27. WordLen       8
  28. StopBits      1
  29.  
  30. XonXoff       BOTH
  31. CtsRts        BOTH
  32. MatchBaud     FALSE
  33.  
  34. ModemInitStrg ATZ^M
  35. ModemDialStrg ATDT
  36. ModemDialSufx ^M
  37. ModemHangStrg ;
  38. DTRHangup     TRUE
  39.  
  40. Connect       CONNECT,19200
  41.  
  42. NoConnect     NO_DIAL_TONE
  43. NoConnect     NO_CARRIER
  44. NoConnect     BUSY
  45. NoConnect     VOICE
  46.  
  47.